.main-logo {
  /* max-width: 150px; */
  max-width: 200px;
}

.section-top-gap {
  margin-top: 80px;
}
.section-bottom-gap {
  margin-bottom: 80px;
}
.section-gap {
  margin: 80px 0;
}

.block-contents p {
  text-align: justify;
}
.btn-container {
  margin-top: 30px;
}
.btn-container .btn-default {
  display: inline-block;
  border: 1px solid #222;
  padding: 8px 30px;
  color: #222;
  font-weight: 400;
  position: relative;
}

.btn-container .btn-default::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #222;
  z-index: -1;
  transition: all 0.3s ease;
}
.btn-container .btn-default:hover::after {
  width: 100%;
}
.block-contents .section-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 39px;
}
.btn-container .btn-default:hover {
  color: #fff;
}

.f-logo-container {
  width: 190px;
}

.f-logo-container .f-logo {
  width: 100%;
  display: block;
}

.f-about-content p {
  text-align: justify;
  color: #fff;
}

.pl-50 {
  padding-left: 50px;
}

.single-service-box .icon {
  width: 64px;
  /* margin: 0 auto; */
}
.single-service-box .icon img {
  width: 100%;
}

.faq-funfact-section {
  padding: 120px 0;
}

.testimonial-carousel-wrapper {
  margin-bottom: 30px;
}

/* cta popup start */
.cta-popup {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 999999999 !important;
}

.cta-popup.active {
  right: -350px;
}

.cta-popup-container {
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 0px 3px rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 350px;
}

.cta-popup-content .cta-popup-title h3 {
  margin-bottom: 0;
  font-size: 25px;
  text-align: center;
}

.cta-popup-content .cta-popup-title p {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3;
}
.cta-popup-content .dash {
  width: 100px;
  height: 1px;
  background-color: #0073b0;
  margin-left: 50%;
  transform: translateX(-50%);
}
.cta-popup-content .field-container {
  margin-top: 15px;
}
.cta-popup-content .field-container .field-input {
  border: 1px solid lightgray;
  width: 100%;
}

.cta-popup-content .form-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.cta-popup-content .form-btn-container .form-btn {
  border: 1px solid #29166f;
  background-color: #29166f;
  color: #fff;
  outline: 0;
  padding: 0px 20px;
}

.cta-popup-toggle {
  background-color: #29166f;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  padding: 2px 20px;
  left: -85px;
  cursor: pointer;
}
.cta-popup-toggle p {
  margin-bottom: 0;
}
/* cta popup end */

/* social link sidebar start */
.social-link {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}
.social-link a:hover {
  transform: translateX(-10px);
}
.social-link a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  width: 180px;
  padding: 10px;
  transition: 1s;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transform: translateX(-137px);
  margin: 2px;
}
.social-link a i {
  font-size: 1.5em;
  padding-left: 30px;
}
.social-link .fb {
  background: #3b5999;
}
.social-link .tw {
  background: #55acee;
}
.social-link .int {
  background: #e4405f;
}
.social-link .lin {
  background: #0077b5;
}
.social-link .pin {
  background: #bd081c;
}

/* social link sidebar end */

.contact-info p a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

.aim-section {
  background-image: url(../img/bg/bg-2.jpg);
  padding: 80px 0;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
}

.aim-content-container {
  border-left: 10px solid #ff5e14;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.795);
}

.aim-content p {
  color: #222;
  text-align: justify;
}

.contact-social-link {
  display: flex;
}
.contact-social-link a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #222;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
  color: #fff;
}

.contact-social-link a.facebook {
  background-color: #1877f2;
}
.contact-social-link a.twitter {
  background-color: #1da1f2;
}
.contact-social-link a.youtube {
  background-color: #cd201f;
}
.contact-social-link a.instagram {
  background-color: #e4405f;
}

.contact-info .single-info {
  display: flex;
}

.product-section {
  margin: 50px 0;
}
.product-section .single-project-item {
  position: relative;
}
.single-project-item .zoom-icon1 {
  position: absolute;
  top: -114px;
  right: 10px;
}

.portfolio-carousel-active .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.portfolio-carousel-active .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #29166f;
  color: #fff;
  margin-right: 1px;
}
.portfolio-carousel-active .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #29166f;
  color: #fff;
  margin-right: 1px;
}

/* .header-right-area{
  margin-left: 200px;
} */
/* whatsapp */
.whatsapp .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
}

.whatsapp .my-float {
  margin-top: 16px;
}
/* whatsapp end */

.product-content {
  padding: 0 10px;
  text-align: left;
  margin-top: 10px;
}

.product-content p {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.product-content p strong {
  color: #29166f;
}

.contact-form-container {
  background-image: url(../img/bg/bg-3.jpg);
  padding: 20px 0;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
}

.contact-form-container .contact-form {
  background-color: rgba(255, 255, 255, 0.548);
}

.contact-form textarea:focus {
  outline: none;
}

.contact-form-container .contact-form h2 {
  margin-bottom: 0;
}
.contact-form-container .contact-form p {
  line-height: 1.3;
}

.contact-form-container .contact-form textarea {
  height: 100px;
}

.single-project-item .single-info .text p a.email {
  font-size: 12px;
}

.single-project-item .contact-info .single-info {
  justify-content: center;
}

.checked-features-list li {
  font-weight: 500;
  color: #29166f;
}

.exhibition-title{
  margin-bottom: 0;
}